home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00059.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  578 b   |  27 lines

  1. on exitFrame
  2.   global checklaunch, howdead, attackearth
  3.   if the visible of sprite 5 = 1 then
  4.     killthepuppets()
  5.     set howdead to 1
  6.     go("infected")
  7.   else
  8.     if the visible of sprite 40 = 0 then
  9.       set howdead to 3
  10.       killthepuppets()
  11.       set the stageColor to 0
  12.       go("death")
  13.     else
  14.       if attackearth = 4 then
  15.         when timeOut then NOTHING
  16.         killthepuppets()
  17.         seeyou()
  18.         go("WIN")
  19.       else
  20.         go(405)
  21.         set the visible of sprite 41 to 1
  22.         set the visible of sprite 40 to 1
  23.       end if
  24.     end if
  25.   end if
  26. end
  27.